home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 221 / attic / attic.doc next >
Encoding:
Text File  |  1988-02-17  |  2.4 KB  |  75 lines

  1.      ATTIC is a BASIC shareware language for Atari ST
  2. computers.
  3.  
  4.      ATTIC features include:
  5. -  speed, written in assembler
  6. -  no limit in array size
  7. -  field editing (edit strings)
  8. -  string sizes up to 512K
  9. -  line editing
  10. -  dynamically changeable memory
  11. -  uses line numbering
  12. -  optimization of "for-next" integer variables
  13. -  allows binary and ascii program files
  14. -  supports random access and sequential file systems
  15. -  sound command to take full advantage of the 
  16.    synthesizer chip
  17. -  play command, for music
  18.  
  19.      ATTIC is shareware, so feel free to distribute
  20. copies, though this file and ATTIC.ASC are to be kept
  21. with the program.
  22.      For the complete manual and the most recent 
  23. update of ATTIC, send $79.95 to:
  24.  
  25.           OFB
  26.           8525 South 117 Street
  27.           Seattle, Washington  98178
  28.  
  29.      If you are a registered owner, and somebody
  30. registers using your number you will receive a $15
  31. finders fee.
  32.  
  33.      For insect squashing/comments/compliments write
  34. the author (Marv Bowman) at the above address or
  35. call (206) 772-4547, voice only.
  36.  
  37. --------------------------------------------------------------------------------
  38.  
  39.      People who are familiar with the BASIC
  40. language should have no problem using this
  41. implementation.  Use the commands you are
  42. used to using in the way you are used to 
  43. using them.
  44.      Following is a partial listing of
  45. some of the more than 200 commands, and
  46. how they are used.
  47.  
  48.    **** ATTIC USES LINE NUMBERS *****
  49.  
  50. - Control C - stops a program during execution
  51. - Control S - pauses a program
  52. - Control Q - resumes program execution (after
  53.   a control S)
  54. - BEEP - makes sound, flashes monitor
  55. - NEW - clears program memory and variables,
  56.   and sets default parameters
  57. - NAME - oldname TO newname, changes filename
  58. - ON MOUSE GOSUB line - initiates or turns off
  59.   mouse event trapping
  60. - PPOS x,y - sets the graphics pen position
  61. - RENUM - renumbers program lines
  62. - RESUME line - resumes program execution
  63.   after a runtime error
  64. - RND - returns a random number
  65. - SWAP var1, var2 - exchanges two variables
  66. - QUIT - leaves ATTIC
  67.  
  68.      Really, this is a very shallow view of
  69. the program, and I listed only the easily 
  70. explained items.  There are over 200 functions
  71. in this program, it is VERY powerful and fast.
  72. Give it a try and let Marv Bowman (author) 
  73. know what you think.  His address and phone
  74. number are listed in READ.ASC.
  75.